-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rush] added partial prerelease functionality #1175
Conversation
Added a changelog entry. Don't know why |
@raygesualdo Thanks for pointing this out. I just debugged it. It's a bug where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for fixing this!
This was published as Rush 5.6.3. |
Thanks @octogonz! |
Solves #1135.
This PR adds a
--partial-prerelease
flag when runningrush publish
with the--prerelease-name
flag. When the--partial-prerelease
flag is used, prereleases will be publish only for packages that have user-created changes (hotfix, patch, minor, major) as opposed to Rush changes (dependency).This allows for subsets of monorepo packages to be published as a single prerelease without A. publishing the all monorepo packages or B. requiring version policies to be utilized.